home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Tele / A / AnalyzeCL Utils.sit / CLAnalysis Stacks.sit / BBS Stats / card_12820.txt < prev    next >
Encoding:
Text File  |  1989-05-23  |  1.5 KB  |  72 lines

  1. -- card: 12820 from stack: in
  2. -- bmap block id: 3842
  3. -- flags: 0000
  4. -- background id: 12752
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=365 top=93 right=111 bottom=472
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Load Data
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global newdata
  23.   delecards
  24.   -- readFile "Weekly Stats"
  25.   readfile (the short name of this background && "Stats")
  26.   put true into newdata
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 3 (button)
  32. -- low flags: 00
  33. -- high flags: 8003
  34. -- rect: left=367 top=129 right=147 bottom=474
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Delete Cards
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   global newdata
  46.   delecards
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 4 (button)
  52. -- low flags: 00
  53. -- high flags: 8003
  54. -- rect: left=368 top=166 right=184 bottom=475
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Append Data
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   global newdata
  66.   go to last card of this background
  67.   -- readFile "Weekly Stats"
  68.   readfile (the short name of this background && "Stats")
  69.   put true into newdata
  70. end mouseUp
  71.  
  72.